bitkeeper revision 1.7.3.48 (3e0af1e1iJY4-_hnftVa46WD4oWiFw)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 26 Dec 2002 12:11:13 +0000 (12:11 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 26 Dec 2002 12:11:13 +0000 (12:11 +0000)
debug

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index 237df3fa985b1ccab22d6d510815c38c3634f098..907f80b40061eaf001a8502e0be09a35a758c3f0 100644 (file)
@@ -61,9 +61,9 @@ static inline void direct_remappte_range(pte_t * pte, unsigned long address, uns
        do {
                pte_t oldpage;
                oldpage = ptep_get_and_clear(pte);
-        
+    /*    
                printk(KERN_ALERT "bd240 debug: %lx - %lx\n", pte, phys_addr);
-
+       */
                direct_set_pte(pte, direct_mk_pte_phys(phys_addr, prot));
 
                forget_pte(oldpage);